home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
debhelper
/
autoscripts
/
postinst-pycentral
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-09-14
|
248 b
|
8 lines
rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
if which pycentral >/dev/null 2>&1; then
pycentral pkginstall #PACKAGE#
if grep -qs '^#PACKAGE#$' /var/lib/pycentral/delayed-pkgs; then
sed -i '/^#PACKAGE#$/d' /var/lib/pycentral/delayed-pkgs
fi
fi